home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Graphics & Multimedia / iDive.dmg / iDive.app / Contents / Resources / Italian.lproj / iDiveFrameInspector.nib / classes.nib next >
Text File  |  2006-01-19  |  2KB  |  55 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {copyAnnotations = id; copyImage = id; saveImageToFile = id; }; 
  5.             CLASS = AFDVFrameView; 
  6.             LANGUAGE = ObjC; 
  7.             SUPERCLASS = NSImageView; 
  8.         }, 
  9.         {CLASS = AFMetalBorderView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  10.         {
  11.             CLASS = AFMetalBorderViewInWhite; 
  12.             LANGUAGE = ObjC; 
  13.             SUPERCLASS = AFMetalBorderView; 
  14.         }, 
  15.         {CLASS = AFMetalHeaderView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  16.         {CLASS = AFRaisedEditingTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  17.         {
  18.             ACTIONS = {closeInspector = id; }; 
  19.             CLASS = AFiDiveAbstractInspectorController; 
  20.             LANGUAGE = ObjC; 
  21.             OUTLETS = {closeButton = NSButton; inspectorWindow = NSWindow; }; 
  22.             SUPERCLASS = NSObject; 
  23.         }, 
  24.         {
  25.             CLASS = AFiDiveClipInfoEditor; 
  26.             LANGUAGE = ObjC; 
  27.             SUPERCLASS = AFRaisedEditingTextView; 
  28.         }, 
  29.         {
  30.             ACTIONS = {
  31.                 copyAnnotations = id; 
  32.                 copyImage = id; 
  33.                 nextFrame = id; 
  34.                 previousFrame = id; 
  35.                 switchImageSize = id; 
  36.             }; 
  37.             CLASS = AFiDiveFrameInspectorController; 
  38.             LANGUAGE = ObjC; 
  39.             OUTLETS = {
  40.                 clipInfoEditor = AFiDiveClipInfoEditor; 
  41.                 clipMediaDataCallback = id; 
  42.                 frameLegend = NSTextField; 
  43.                 frameViewer = AFDVFrameView; 
  44.                 infoHeaderTitle = AFMetalHeaderView; 
  45.                 nextFrameButton = NSButton; 
  46.                 previousFrameButton = NSButton; 
  47.                 sizeChooser = NSSegmentedControl; 
  48.             }; 
  49.             SUPERCLASS = AFiDiveAbstractInspectorController; 
  50.         }, 
  51.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  52.         {CLASS = NSSegmentedControl; LANGUAGE = ObjC; SUPERCLASS = NSControl; }
  53.     ); 
  54.     IBVersion = 1; 
  55. }